home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / SEARCH / RUBICON / RBABOUT.DFM / RBABOUT.txt
Text File  |  1996-10-21  |  2KB  |  114 lines

  1. object AboutForm: TAboutForm
  2.   Left = 255
  3.   Top = 176
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 232
  8.   ClientWidth = 262
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object CopyrightLabel: TLabel
  18.     Left = 9
  19.     Top = 72
  20.     Width = 244
  21.     Height = 16
  22.     Alignment = taCenter
  23.     Caption = 'Copyright ∩┐╜ 1996 Tamarack Associates'
  24.     Font.Color = clBlack
  25.     Font.Height = -13
  26.     Font.Name = 'Arial'
  27.     Font.Style = [fsBold]
  28.     ParentFont = False
  29.   end
  30.   object EngineLabel: TLabel
  31.     Left = 32
  32.     Top = 48
  33.     Width = 198
  34.     Height = 16
  35.     Alignment = taCenter
  36.     Caption = 'A Database Search Engine v1.2'
  37.     Font.Color = clBlack
  38.     Font.Height = -13
  39.     Font.Name = 'Arial'
  40.     Font.Style = [fsBold]
  41.     ParentFont = False
  42.   end
  43.   object LightningLabel: TLabel
  44.     Left = 0
  45.     Top = 8
  46.     Width = 265
  47.     Height = 32
  48.     Alignment = taCenter
  49.     AutoSize = False
  50.     Caption = 'Rubicon for Delphi'
  51.     Font.Color = clBlue
  52.     Font.Height = -27
  53.     Font.Name = 'Arial'
  54.     Font.Style = [fsBold, fsItalic]
  55.     ParentFont = False
  56.   end
  57.   object EmailLabel: TLabel
  58.     Left = 14
  59.     Top = 96
  60.     Width = 235
  61.     Height = 16
  62.     Alignment = taCenter
  63.     Caption = 'info@tamaracka.com or CIS 72365,46'
  64.     Font.Color = clBlack
  65.     Font.Height = -13
  66.     Font.Name = 'Arial'
  67.     Font.Style = [fsBold]
  68.     ParentFont = False
  69.   end
  70.   object PhoneLabel: TLabel
  71.     Left = 45
  72.     Top = 120
  73.     Width = 172
  74.     Height = 16
  75.     Alignment = taCenter
  76.     Caption = '1-415-322-2827 (voice && fax)'
  77.     Font.Color = clBlack
  78.     Font.Height = -13
  79.     Font.Name = 'Arial'
  80.     Font.Style = [fsBold]
  81.     ParentFont = False
  82.   end
  83.   object WebLabel: TLabel
  84.     Left = 79
  85.     Top = 141
  86.     Width = 104
  87.     Height = 13
  88.     Alignment = taCenter
  89.     Caption = 'http://tamaracka.com'
  90.   end
  91.   object BuyLabel1: TLabel
  92.     Left = 17
  93.     Top = 158
  94.     Width = 229
  95.     Height = 13
  96.     Caption = '$99US includes source code and email updates.'
  97.   end
  98.   object BuyLabel2: TLabel
  99.     Left = 13
  100.     Top = 176
  101.     Width = 236
  102.     Height = 13
  103.     Caption = 'See RUBICON.DOC for complete order informtion.'
  104.   end
  105.   object BitBtn1: TBitBtn
  106.     Left = 95
  107.     Top = 197
  108.     Width = 75
  109.     Height = 25
  110.     TabOrder = 0
  111.     Kind = bkOK
  112.   end
  113. end
  114.